home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C++ / Applications / SeeMovieRun 2.0 / Headers / CQTDocItems.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-02  |  776 b   |  32 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  CQTDocItems.h
  3.  
  4.                 CQTDoc Item Constants
  5.     
  6.     Copyright © 1995 Gregory Bonk for NewMedia Inc.. All rights reserved.
  7.  
  8.     Generated by Visual Architect™
  9.  
  10.     This file is rewritten each time you generate code. You should not
  11.     make changes to this file.
  12.  
  13.     If you want to change how Visual Architect generates this file, you can
  14.     change the template for this file. It is "Items.h" in the Visual Architect
  15.     Templates folder.
  16.  
  17.  ******************************************************************************/
  18.  
  19. #pragma once
  20.  
  21.  
  22.     //    Item numbers for each item.
  23.     //
  24.     //    Use TCLGetItemPointer (ViewUtilities) to convert these
  25.     //    item numbers to a pointer to the named item.
  26.  
  27. enum
  28. {
  29.     CQTDoc_Begin_,
  30.     CQTDoc_End_
  31. };
  32.